droptarget: Fast-path local value load
authorBenjamin Otte <otte@redhat.com>
Mon, 2 Mar 2020 20:45:59 +0000 (21:45 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 2 Mar 2020 20:45:59 +0000 (21:45 +0100)
commit2e55c9cf8c03be9a67eb515a4bd973bacf35d701
treeba3f3f25292e6a9ba2808437d850bee21a523109
parent7427f4f311401e45a5d92cda91726606ba96ee8d
droptarget: Fast-path local value load

This way, we can ensure that for local same-type drops the GValue
is set when ::enter is emitted.

This is the common case for dnd between widgets inside larger
applications, so it's worth it to speed it up.
gtk/gtkdroptarget.c